[AI-FSSDK] prepare for release javascript-sdk v6.4.0#1149
Merged
Conversation
c301892 to
bd77096
Compare
c1eff2d to
d8cd2d2
Compare
There was a problem hiding this comment.
Pull request overview
Prepares the @optimizely/optimizely-sdk JavaScript SDK for the v6.4.0 release by updating version identifiers across package metadata, runtime constants, tests, and the changelog.
Changes:
- Bump package version from
6.3.1to6.4.0(package.json + package-lock.json). - Update SDK-reported
CLIENT_VERSIONand associated unit tests to6.4.0. - Update public type exports to include
UserProfileServiceAsync, and add the v6.4.0 changelog entry.
Reviewed changes
Copilot reviewed 8 out of 9 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| srcclr.yml | Removes the existing SourceClear config line (file becomes empty). |
| package.json | Version bump to 6.4.0. |
| package-lock.json | Lockfile version fields updated to 6.4.0. |
| lib/utils/enums/index.ts | Updates CLIENT_VERSION constant to 6.4.0. |
| lib/index.react_native.spec.ts | Updates client version assertion to 6.4.0. |
| lib/index.node.tests.js | Updates client version assertion to 6.4.0. |
| lib/index.browser.tests.js | Updates client version assertion to 6.4.0. |
| lib/export_types.ts | Exports UserProfileServiceAsync from shared types. |
| CHANGELOG.md | Adds v6.4.0 release notes entry dated May 7, 2026. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
raju-opti
approved these changes
May 7, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Prepare for release v6.4.0
Release Details
FSSDK-12546